Utility.bindTapReleaseEvent Method
Add a click end to the target, if device is touch-enabled, also add handler to tap event.
Parameters
- target
-
Type: HTMLElement
The target DOM object to attach the event handler to.
- eventFunc
-
Type: Function
The event handler.